type runtime.eface
14 uses
runtime (current package)
alg.go#L186: a := (*eface)(p)
alg.go#L293: a := (*eface)(p)
alg.go#L386: x := *(*eface)(p)
alg.go#L387: y := *(*eface)(q)
iface.go#L673: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L678: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
mfinal.go#L244: (*eface)(r)._type = &f.ot.Type
mfinal.go#L245: (*eface)(r).data = f.arg
mfinal.go#L249: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
netpoll.go#L720: x := (*eface)(unsafe.Pointer(&i))
print.go#L255: func printeface(e eface) {
runtime2.go#L210: type eface struct {
runtime2.go#L215: func efaceOf(ep *any) *eface {
runtime2.go#L216: return (*eface)(unsafe.Pointer(ep))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |